home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / lib / tclX-6.4 / help / files / glob < prev    next >
Encoding:
Text File  |  1992-12-17  |  541 b   |  9 lines

  1.           glob ?-nocomplain? filename ?filename ...?
  2.                This command  performs  filename  globbing,  using  csh
  3.                rules.   The  returned  value  from glob is the list of
  4.                expanded filenames.  If -nocomplain is specified as the
  5.                first  argument  then  an  empty  list may be returned;
  6.                otherwise an error is returned if the expanded list  is
  7.                empty.   The  -nocomplain  argument  must  be  provided
  8.                exactly: an abbreviation will not be accepted.
  9.